 /* FONT */
/* COLOR */
/* SHADOW */
/* TRANSITION */
/* SPACING */
/* FONT FAMILY */
/* MEDIA QUERY */
/* BORDER */
/* SHORT CUTS*/
.krg-animation-push {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
}
.krg-animation-push:active {
  transition-duration: 0.1s;
  transition-property: translate, background-color;
  transition-timing-function: ease-in-out;
  transform: translateY(1px);
}
/* OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD */
/* ========== FONT ========== */
/* ========== COLORS ========== */
/* ========== COLORS BG ========== */
/* ========== SHADOW ========== */
/* ========== TRANSITION ========== */
/* ========== GAP ========== */
.krg-hero-w {
  display: flex;
  align-items: center;
  /* TEXT should be flexible */
  /* IMAGE should NOT shrink */
}
.krg-hero-w .krg-hero-text {
  flex: 1 1 auto;
  /* can grow & shrink */
  min-width: 0;
  /* IMPORTANT: allows shrinking properly */
  z-index: 10;
}
.krg-hero-w .krg-hero-image {
  flex: 0 0 auto;
  /* fixed size, no shrinking */
  width: 140px;
}
.krg-hero-w .krg-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.krg.vf.topbar.on-scroll-top .head {
  transition: background 0.2s ease-in;
  background: transparent;
  box-shadow: none !important;
}
.vf.indexbanner {
  box-shadow: 0 1px 10px #0000002b !important;
  position: relative;
  background: linear-gradient(to bottom left, rgba(29, 30, 49, 0.75), rgba(59, 35, 6, 0.75)), url(/img/bg.jpg);
  background-size: cover;
  width: 100%;
  height: 240px;
}
.vf.index-screenshot-gallery div.item {
  margin: 0px 14px;
  padding: 0;
  user-select: none;
  text-align: center;
  width: 240px;
}
.vf.index-screenshot-gallery div.item > img {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  background: #aaa;
  width: 220px;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.vf.index-vid-wrapper {
  position: relative;
  height: 530px;
  overflow: hidden;
}
.vf.index-vid-wrapper > .top > iframe {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 10px;
  width: 300px;
  height: 530px;
}
.vf.index-vid-wrapper > .bottom {
  position: absolute;
  background-position: center center;
  width: 100%;
  height: inherit;
  min-height: 40vh;
  text-align: center;
}
.vf.index-vid-wrapper > .bottom.flags {
  animation: shrink 7s infinite alternate;
  background-image: url('/img/images/index/vf-video-bg-flags.svg');
}
.vf.index-vid-wrapper > .bottom.symbols {
  animation: roll 350s infinite linear;
  background-image: url('/img/images/index/vf-video-bg-symbols.svg');
  background-repeat: repeat-y;
}
@keyframes shrink {
  0% {
    background-size: 140% 140%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes roll {
  from {
    background-position-y: 0%;
  }
  to {
    background-position-y: 3000%;
  }
}
.vf.illustration-index {
  position: relative;
  width: 100%;
  height: 280px !important;
}
.vf.illustration-index .phone {
  position: absolute;
  right: 30px;
  bottom: 0px;
  z-index: 5;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 10px;
  background-color: #000;
  width: 124px;
  height: 224px;
}
.vf.illustration-index .phone .img {
  margin: 6px;
  border-radius: 5px;
  background-image: url('/img/images/index/vf-index-katze.png');
  background-size: cover;
  background-color: #fff;
  height: 212px;
}
.vf.illustration-index .laptop {
  position: absolute;
  right: 110px;
  bottom: 30px;
  z-index: 0;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 10px 10px 0px 0px;
  background-color: #000;
  width: 200px;
  height: 150px;
}
.vf.illustration-index .laptop .img {
  margin: 6px;
  border-radius: 0px;
  background-image: url('/img/images/screenshots/vf-laptop.png');
  background-size: cover;
  background-color: #fff;
  width: auto;
  height: 138px;
  height: -webkit-fill-available;
}
.vf.illustration-index .laptop .bottom {
  position: absolute;
  bottom: -10px;
  left: -10px;
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 0px 0px 5px 5px;
  background-color: #333;
  width: 220px;
  height: 8px;
}
.vf.index-card-banner {
  position: relative;
  box-shadow: 0 1px 10px #0000002b !important;
  background: #fff;
  padding: 20px 0px;
}
@media only screen and (min-width: 768px) {
  .in-desktop-zoom {
    margin: 0 -40px;
  }
}
.vf.locale-switcher {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px 16px;
}
.vf.locale-switcher > a.link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
}
.vf.card-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.vf.card-list > div {
  display: inline-block;
  margin: 10px;
  width: 200px;
  text-align: center;
}
.vf.card-list > div img {
  margin: 20px;
  max-width: 100%;
  height: 140px;
  user-select: none;
  text-align: center;
}
.vf.card-list > div h2 {
  font-size: 26px;
  line-height: 42px;
  color: #4381f2;
}
.vf.card-list > div p {
  font-size: 16px;
  line-height: 27px;
  font-family: font-family-title;
}
.vf-login-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.vf-login-bar {
  height: 8px;
  background: #4381f2;
  width: 100%;
}
.vf-login-card-body {
  padding: 28px 32px 32px;
}
.vf-login-motivation {
  margin: -8px 0 20px;
  color: #555;
  font-size: 14px;
}
.vf-login-signup-hint {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #555;
  text-align: center;
}
.vf-login-signup-hint a {
  color: #4381f2;
  text-decoration: underline;
  cursor: pointer;
}
vf-answer-option-cards {
  padding: 10px 0px;
  text-align: center;
  list-style-type: none;
}
vf-answer-option-cards > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
  user-select: none;
}
vf-answer-option-cards ul.answeroptioncards-options {
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-answer-option-cards ul.answeroptioncards-options li {
  transition: transform 0.1s;
  user-select: none;
  min-width: 100px;
  min-height: 24px;
  padding: 6px 10px;
  font-size: 22px;
  border: solid 2px #333;
  margin: 14px 0px;
  border-radius: 8px;
  background-color: #fff;
}
vf-answer-option-cards ul.answeroptioncards-options li:hover {
  transform: scale(1.02);
}
vf-answer-option-cards ul.answeroptioncards-options li.selected {
  background-color: #4381f2;
  color: #fff;
  border: solid 2px #4381f2;
}
vf-answer-option-cards ul.answeroptioncards-options li > span {
  font-size: x-large;
  font-weight: bold;
}
vf-answer-option-cards ul.answeroptioncards-options li > span.symbol {
  font-size: xx-large;
  font-weight: normal;
}
vf-answer-option-cards ul.answeroptioncards-options li > span.desc {
  font-size: medium;
  font-weight: normal;
}
vf-new-deck-card > div {
  opacity: 1;
  border: 2px dashed #bbb;
  border-radius: 5px;
  width: 120px;
}
vf-new-deck-card > div > .plus {
  width: auto;
  color: #aaa;
  padding: 0;
  font-size: 32px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
vf-new-deck-card > div > .text {
  width: auto;
  color: #aaa;
  font-family: font-family-title;
  padding: 0;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}
vf-new-deck-card > div:hover {
  transform: scale(1.02);
  cursor: pointer;
}
vf-deck-card,
vf-new-deck-card {
  margin: 0px 0px;
  white-space: initial;
}
vf-deck-card > div,
vf-new-deck-card > div {
  white-space: initial;
  height: 250px;
}
vf-deck-card > div {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  opacity: 0.7;
  background: #fff;
  width: 190px;
  will-change: auto;
  transition: transform 0.1s ease-in-out;
  user-select: none;
  overflow: hidden;
  background-size: cover;
  display: grid;
  grid-template-rows: 40px minmax(60px, min-content) auto min-content;
  grid-template-columns: 190px;
}
vf-deck-card > div.active {
  opacity: 1;
  animation: color-change 1s ease-in-out infinite;
}
vf-deck-card > div.active > .head {
  position: relative;
}
vf-deck-card > div.active > .head > div.noti {
  position: absolute;
  right: calc(50% - 12px);
  top: -12px;
  width: 24px;
  height: 24px;
  background-color: #ff7b00;
  border-radius: 50%;
  animation: noti-hopping 1s ease-in-out infinite;
}
vf-deck-card > div.active:hover {
  transform: scale(1.02);
}
vf-deck-card > div > .head {
  grid-row: 1;
  width: 100%;
}
vf-deck-card > div > .title {
  grid-row: 2;
  padding-bottom: 10px;
  text-align: center;
  border: solid 0px #ccc;
  border-width: 0px 0px 1px 0px;
  overflow: auto;
  margin: 10px 10px;
}
vf-deck-card > div > .title span {
  color: #222;
  font-family: font-family-title;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0;
  font-size: 20px;
  letter-spacing: 1px;
}
vf-deck-card > div > .info {
  grid-row: 3;
  text-align: center;
  padding: 2px 10px;
  font-size: small;
  color: #999;
}
vf-deck-card > div > .info > div.stats {
  grid-template-columns: 50% auto;
  display: grid;
  text-align: center;
}
vf-deck-card > div > .info > div.stats > div.group {
  grid-column: 1;
}
vf-deck-card > div > .info > div.stats > div.group span {
  font-size: x-large;
}
vf-deck-card > div > .info > div.stats > div.words {
  grid-column: 2;
}
vf-deck-card > div > .info > div.stats > div.words span {
  font-size: x-large;
}
vf-deck-card > div > .button {
  grid-row: 4;
  text-align: center;
  letter-spacing: 1px;
  font-size: small;
  padding: 4px;
  color: #116b3a;
}
vf-deck-card > div > .button.active {
  padding: 0;
}
vf-deck-card > div > .button.active > krg-button {
  margin: 10px;
}
vf-deck-card > div > .button.active > krg-button > button {
  font-weight: bold;
}
@keyframes color-change {
  0%,
  100% {
    box-shadow: 0px 0px 8px rgba(255, 81, 0, 0.9);
  }
  50% {
    box-shadow: 0px 0px 8px rgba(255, 81, 0, 0.4);
  }
}
@keyframes noti-hopping {
  0%,
  100% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(1);
  }
}
vf-hide-char-part > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-hide-char-part > .info.sec {
  color: #fff;
}
vf-hide-char-part > div.charbox {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  width: fit-content;
  padding: 20px 50px;
  margin: 14px auto;
  position: relative;
  overflow: hidden;
  text-align: center;
}
vf-hide-char-part > div.charbox > .char {
  font-size: 82px;
  font-weight: normal;
  font-family: font-family-text;
}
vf-hide-char-part > div.charbox > .details > .word {
  font-weight: normal;
  font-family: font-family-text;
  color: #777;
  font-size: 20px;
}
vf-hide-char-part > div.charbox > .details > .desc {
  font-weight: normal;
  font-family: font-family-text;
  color: #777;
  font-size: 16px;
}
vf-hide-char-part > div.charbox > div.cover {
  background-color: #4381f2;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  display: table;
}
vf-hide-char-part > div.charbox > div.cover > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
vf-hide-char-part > div.charbox.charbox.uncover > div.vf.cover {
  opacity: 0;
  filter: blur(0px);
  transition: all 0.2s;
}
vf-word-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin: 10px 0px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto min-content;
  grid-template-rows: 60px auto auto auto;
}
vf-word-card > .primary {
  grid-column: 1;
  grid-row: 1;
  color: #222;
}
vf-word-card > .primary > .article {
  font-size: 20px;
  font-family: font-family-text;
  font-weight: lighter;
  line-height: 60px;
}
vf-word-card > .primary > .word {
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
  line-height: 60px;
}
vf-word-card > .image {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  grid-column: 2;
  grid-row: 1;
  height: 72px;
  aspect-ratio: 1 / 1;
  margin: -6px 0px -6px -6px;
  background-size: cover;
  display: inline;
}
vf-word-card > .image > span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #222;
  font-size: 8px;
  padding: 2px 3px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  border-radius: 2px 0px 0px 0px;
}
vf-word-card > .divider {
  grid-row: 2;
  grid-column: 1 / 3;
  border: solid 0px #ccc;
  border-width: 0px 0px 1px 0px;
  margin: 16px 0px 10px 0px;
}
vf-word-card > .sentence {
  grid-row: 4;
  grid-column: 1 / 3;
  color: #555;
  font-size: 20px;
  font-style: italic;
}
vf-word-card > .description {
  grid-row: 3;
  grid-column: 1 / 3;
  color: #777;
  font-size: 16px;
}
vf-letter-sort-memory {
  text-align: center;
}
vf-letter-sort-memory > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-letter-sort-memory > ul.selection {
  margin: 14px 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-letter-sort-memory > ul.selection li {
  user-select: none;
  vertical-align: top;
  display: inline-block;
  min-width: 18px;
  min-height: 30px;
  padding: 4px 4px;
  font-size: 22px;
  font-weight: bold;
  background-color: #ddd;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  margin: 0px 5px 10px 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
vf-letter-sort-memory > ul.selection li.active {
  background-color: #4381f2;
}
vf-letter-sort-memory > ul.selection li.space {
  width: 10px;
  min-width: 14px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}
vf-letter-sort-memory > ul.options {
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-letter-sort-memory > ul.options li {
  user-select: none;
  text-align: center;
  display: inline-block;
  min-width: 18px;
  min-height: 24px;
  padding: 6px 10px;
  font-size: 22px;
  font-weight: bold;
  border: solid 2px #333;
  margin: 0px 14px 14px 0px;
  border-radius: 8px;
  background-color: #fff;
}
vf-letter-sort-memory > ul.options li.used {
  opacity: 0.2;
}
vf-letter-swap-memory > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-letter-swap-memory > .selection {
  margin: 14px 0px;
  padding: 0px;
  text-align: center;
  list-style-type: none;
}
vf-letter-swap-memory > .selection li {
  transition: transform 0.1s;
  user-select: none;
  vertical-align: top;
  display: inline-block;
  min-width: 18px;
  min-height: 30px;
  padding: 4px 4px;
  font-size: 22px;
  font-weight: bold;
  background-color: #4381f2;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  margin: 0px 5px 10px 0px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
vf-letter-swap-memory > .selection li:hover {
  transform: scale(1.05);
}
vf-letter-swap-memory > .selection > .selected {
  background-color: #eb6526;
}
vf-letter-swap-memory > .selection > .space {
  width: 10px;
  min-width: 14px;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}
vf-start-account-card > div {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  width: auto;
  height: 140px;
  overflow: hidden;
  background: linear-gradient(to bottom left, #153673eb, rgba(59, 35, 6, 0.75)), url(/img/account_bg.jpg);
  background-size: cover;
  position: relative;
}
vf-start-account-card > div > div.logo {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
vf-start-account-card > div > div.logo span.vocafox {
  font-family: arial;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
vf-start-account-card > div > div.logo span.version {
  font-family: arial;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fff;
  margin-left: 6px;
}
vf-start-account-card > div > div.logo span.role {
  margin: 0px auto;
  padding-top: 60px;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 6px;
  margin-left: 10px;
}
vf-start-account-card > div > div.logo span.role.free {
  color: #aaa;
  border: solid 1px #aaa;
}
vf-start-account-card > div > div.logo span.role.supporter {
  color: #16c45f;
  border: solid 1px #16c45f;
}
vf-start-account-card > div > div.logo span.role.gold {
  color: #ffae00;
  border: solid 1px #ffae00;
}
vf-start-account-card > div > div.logo span.role.teacher {
  color: #00bcd4;
  border: solid 1px #00bcd4;
}
vf-start-account-card > div > div.logo span.role.admin {
  color: #e53935;
  border: solid 1px #e53935;
}
vf-start-account-card > div > div.logo span.role.student {
  color: #f48fb1;
  border: solid 1px #f48fb1;
}
vf-start-account-card > div > .totalwordsbox {
  position: absolute;
  right: 10;
  bottom: 20;
  color: #fff;
  font-family: font-family-title;
}
vf-start-account-card > div > .totalwordsbox > span.title {
  font-size: 18px;
}
vf-start-account-card > div > .totalwordsbox > span.current {
  font-size: 40px;
}
vf-start-account-card > div > .totalwordsbox > span.max {
  color: #aaa;
  font-size: 18px;
}
vf-start-account-card > div > .progresswrap {
  position: absolute;
  bottom: 10px;
  left: 12px;
  right: 12px;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
}
vf-start-account-card > div > .progresswrap krg-progress-bar {
  display: block;
  height: 8px;
  --krg-progress-color: #4381f2;
}
vf-start-streak-card {
  display: block;
}
vf-start-streak-card .ssc-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 16px 16px;
  gap: 0;
  text-align: center;
}
vf-start-streak-card .ssc-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
vf-start-streak-card .ssc-icon {
  font-size: 18px;
  color: #4381f2;
}
vf-start-streak-card .ssc-title {
  font-size: 15px;
  font-weight: bold;
  color: #444;
}
vf-start-streak-card .ssc-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  line-height: 1;
}
vf-start-streak-card .ssc-count {
  font-size: 52px;
  font-weight: bold;
  color: #4381f2;
  line-height: 1;
}
vf-start-streak-card .ssc-unit {
  font-size: 13px;
  color: #aaa;
  margin-top: 2px;
  letter-spacing: 0.5px;
}
vf-start-streak-card .ssc-days {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 14px;
}
vf-start-streak-card .ssc-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
vf-start-streak-card .ssc-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
vf-start-streak-card .ssc-day.reached .ssc-circle {
  background-color: #4381f2;
}
vf-start-streak-card .ssc-day.today:not(.reached) .ssc-circle {
  background-color: #fff;
  border: 2px solid #4381f2;
}
vf-start-streak-card .ssc-day.future .ssc-circle {
  background-color: #e0e0e0;
}
vf-start-streak-card .ssc-day-label {
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
}
vf-start-streak-card .ssc-day.today .ssc-day-label {
  color: #4381f2;
  font-weight: bold;
}
vf-start-streak-card .ssc-day.reached .ssc-day-label {
  color: #4381f2;
}
vf-start-streak-card .ssc-motivation {
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}
vf-deck-strike-card {
  display: block;
}
vf-deck-strike-card .dsc-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(8px, 2vw, 20px);
  padding: 10px;
  flex-wrap: nowrap;
  background-color: #fff;
}
vf-deck-strike-card .dsc-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
  padding-right: clamp(8px, 1.5vw, 16px);
  border-right: 1px solid #ccc;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 40%;
}
vf-deck-strike-card .dsc-left-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
vf-deck-strike-card .dsc-days {
  display: flex;
  gap: clamp(2px, 1vw, 10px);
  flex: 1 1 0;
  min-width: 0;
  max-width: 360px;
  margin: 0px auto;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
vf-deck-strike-card .dsc-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1 1 0;
  min-width: 0;
  max-width: 54px;
}
vf-deck-strike-card .dsc-day-name {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
}
vf-deck-strike-card .dsc-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
vf-deck-strike-card .dsc-day.reached .dsc-circle {
  background-color: #00A15F;
}
vf-deck-strike-card .dsc-day.reached .dsc-circle i {
  display: block;
  margin: 0 auto;
}
vf-deck-strike-card .dsc-day.today .dsc-day-name {
  color: #4381f2;
  font-weight: bold;
}
vf-deck-strike-card .dsc-day.today:not(.reached) .dsc-circle {
  background-color: #fff;
  border: 2px solid #4381f2;
}
vf-deck-strike-card .dsc-total-label {
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
vf-deck-strike-card .dsc-total-count {
  font-size: 26px;
  font-weight: bold;
  color: #4381f2;
  line-height: 1.1;
}
vf-type-missing-letter {
  padding: 10px;
  text-align: center;
  list-style-type: none;
}
vf-type-missing-letter > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-type-missing-letter > .wordbox {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  width: max-content;
  margin: 14px auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-columns: min-content min-content min-content;
}
vf-type-missing-letter > .wordbox > .start {
  grid-column: 1;
  padding: 4px 4px 4px 8px;
  border-radius: 8px 0px 0px 8px;
  background: #4381f2;
  color: #fff;
}
vf-type-missing-letter > .wordbox > .middle {
  grid-column: 2;
  width: min-content;
  min-width: 26px;
}
vf-type-missing-letter > .wordbox > .end {
  grid-column: 3;
  padding: 4px 8px 4px 4px;
  border-radius: 0px 8px 8px 0px;
  background: #4381f2;
  color: #fff;
}
vf-type-missing-letter > .wordbox div.middle,
vf-type-missing-letter > .wordbox div.end,
vf-type-missing-letter > .wordbox div.start {
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
}
vf-type-missing-letter > .wordbox div.middle > input,
vf-type-missing-letter > .wordbox div.end > input,
vf-type-missing-letter > .wordbox div.start > input {
  font-size: 22px;
  padding: 4px 0px;
  margin: 0px;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
}
vf-type-missing-letter > .wordbox div.middle.word,
vf-type-missing-letter > .wordbox div.end.word,
vf-type-missing-letter > .wordbox div.start.word {
  background-color: #4381f2;
  color: #fff;
  min-height: 28px;
}
vf-type-missing-letter > .wordbox div.middle.text,
vf-type-missing-letter > .wordbox div.end.text,
vf-type-missing-letter > .wordbox div.start.text {
  background-color: #fff;
  color: #fff;
}
div.vf.typemissingletter-wrapper {
  padding: 10px;
  text-align: center;
  list-style-type: none;
}
div.vf.typemissingletter-wrapper div.wordbox {
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  width: max-content;
  margin: 10px auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
div.vf.typemissingletter-wrapper div.wordbox div.start {
  display: inline-block;
  padding: 4px 4px;
  border-radius: 5px 0px 0px 5px;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle {
  display: inline-block;
}
div.vf.typemissingletter-wrapper div.wordbox div.end {
  display: inline-block;
  padding: 4px 4px;
  border-radius: 0px 5px 5px 0px;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle,
div.vf.typemissingletter-wrapper div.wordbox div.end,
div.vf.typemissingletter-wrapper div.wordbox div.start {
  font-size: 22px;
  font-weight: bold;
  vertical-align: top;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle > input,
div.vf.typemissingletter-wrapper div.wordbox div.end > input,
div.vf.typemissingletter-wrapper div.wordbox div.start > input {
  font-size: 22px;
  padding: 4px 0px;
  margin: 0px;
  width: 40px;
  border: none;
  outline: none;
  text-align: center;
  font-weight: bold;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle.word,
div.vf.typemissingletter-wrapper div.wordbox div.end.word,
div.vf.typemissingletter-wrapper div.wordbox div.start.word {
  background-color: #4381f2;
  color: #fff;
  min-height: 28px;
}
div.vf.typemissingletter-wrapper div.wordbox div.middle.text,
div.vf.typemissingletter-wrapper div.wordbox div.end.text,
div.vf.typemissingletter-wrapper div.wordbox div.start.text {
  background-color: #fff;
  color: #fff;
}
vf-draw-word-field {
  margin: 10px 0px;
  display: block;
}
vf-draw-word-field > krg-tab-view > krg-tab > .request-wrapper {
  text-align: right;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper {
  margin: 0 auto;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  height: fit-content;
  overflow: hidden;
  width: fit-content;
  max-width: -webkit-fill-available;
  padding: 10px;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.head {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto min-content;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.head > span {
  grid-column: 1;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 4px;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.head > krg-button {
  grid-column: 2;
  float: right;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls {
  margin-top: 10px;
  display: grid;
  grid-template-columns: min-content min-content auto min-content;
  column-gap: 10px;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls > :nth-child(1) {
  grid-template-columns: 1;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls > :nth-child(2) {
  grid-template-columns: 2;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper > div.controls > :last-child {
  grid-template-columns: 4;
}
vf-draw-word-field > krg-tab-view > krg-tab > .contentarea > .draw-field-wrapper span.title {
  float: left;
  color: #333;
  font-size: large;
  font-weight: bold;
  margin: 10px 10px;
}
vf-number-generator .number-field {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
vf-number-generator .number-field span {
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
}
vf-date-generator .date-field {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
vf-date-generator .date-field span {
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
}
vf-date-generator .date-field-classic {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
  grid-template-rows: min-content auto min-content min-content;
  width: 200px;
  overflow: hidden;
}
vf-date-generator .date-field-classic .month {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background-color: #4381f2;
  grid-row: 0;
  padding: 4px 0px;
}
vf-date-generator .date-field-classic .date {
  grid-row: 1;
  text-align: center;
  color: #4381f2;
  font-size: 64px;
  font-family: font-family-text;
  font-weight: bold;
  padding: 24px 0px;
}
vf-date-generator .date-field-classic .day {
  grid-row: 2;
  text-align: center;
  color: #333;
  font-size: 18px;
  font-family: font-family-title;
  font-weight: bold;
}
vf-date-generator .date-field-classic .year {
  grid-row: 3;
  text-align: center;
  color: #555;
  font-size: 12px;
  font-family: font-family-text;
  font-weight: bold;
  padding: 4px 0px 24px 0px;
}
vf-time-generator .time-field-classic {
  background-color: #fff;
  border-radius: 8px;
  margin: 40px auto;
  padding: 16px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  width: fit-content;
}
vf-time-generator .time-field-classic > .time {
  color: #333;
  margin-left: 4px;
  font-size: 32px;
  font-family: font-family-text;
  font-weight: bold;
  display: inline-block;
}
vf-time-generator .time-field-classic > .ampm {
  color: #555;
  margin-left: 4px;
  font-size: 18px;
  font-family: font-family-text;
  font-weight: bold;
  display: inline-block;
}
vf-flip-card > .info {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-style: italic;
}
vf-flip-card > .info.sec {
  color: #fff;
}
vf-flip-card div.wrapper {
  user-select: none;
  margin: 10px 0px;
  width: auto;
  text-align: center;
}
vf-flip-card div.wrapper > div.card {
  background-color: #eee;
  border-radius: 8px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: 0 auto;
}
vf-flip-card div.wrapper > div.card div.outer {
  height: 260px;
  width: auto;
  max-width: 400px;
  perspective: 1400px;
  overflow: hidden;
}
vf-flip-card div.wrapper > div.card div.outer div.inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
vf-flip-card div.wrapper > div.card div.outer div.inner.flip {
  transform: rotateY(-180deg);
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front,
vf-flip-card div.wrapper > div.card div.outer div.inner div.back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  display: table;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front > a,
vf-flip-card div.wrapper > div.card div.outer div.inner div.back > a {
  position: absolute;
  right: 10px;
  top: 10px;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front > p,
vf-flip-card div.wrapper > div.card div.outer div.inner div.back > p {
  font-size: 26px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front {
  background-color: #4381f2;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.front p.font-text {
  color: #fff;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.back {
  transform: rotateY(180deg);
  background-color: #fff;
}
vf-flip-card div.wrapper > div.card div.outer div.inner div.back p.back-text {
  color: #222;
}
vf-flip-card div.wrapper > div.card div.description-wrapper {
  text-align: center;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.2s ease-out;
  width: auto;
  max-width: 400px;
}
vf-flip-card div.wrapper > div.card div.description-wrapper.open {
  transition: max-height 0.5s linear;
  height: fit-content;
  max-height: 500px;
  padding: 14px 0px;
}
vf-flip-card div.wrapper > div.card div.description-wrapper > p {
  font-size: 14px;
  color: #333;
  margin: 0px 10px;
}
vf-frame-view-info > div {
  width: auto;
  text-align: center;
}
vf-frame-view-info > div > span {
  font-size: 12px;
  color: #fff;
}
vf-frame-view-info > div.student {
  background-color: #f48fb1;
}
vf-frame-view-info > div.teacher {
  background-color: #4381f2;
}
vf-frame-view-info > div.admin {
  background-color: #eb6526;
}
vf-frame-view-info > div.subscriber {
  background-color: #ffae00;
}
vf-task-card {
  display: block;
  margin-bottom: 10px;
}
vf-task-card > .tc-card {
  box-shadow: 0 1px 10px #0000002b !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
vf-task-card > .tc-card.not-ready {
  opacity: 0.6;
}
vf-task-card > .tc-card.expired {
  opacity: 0.6;
}
vf-task-card > .tc-card > .tc-bar {
  height: 8px;
  background: #4381f2;
  width: 100%;
}
vf-task-card > .tc-card.done > .tc-bar {
  background: #00A15F;
}
vf-task-card > .tc-card > .tc-top {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 12px;
  gap: 10px;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row {
  display: flex;
  align-items: flex-start;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-top: 2px;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-icon-wrap > i {
  color: #555;
  margin-right: 0;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-text {
  flex: 1;
  min-width: 0;
}
vf-task-card > .tc-card > .tc-top > .tc-top-row > .tc-text > .tc-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
vf-task-card > .tc-card > .tc-top > .tc-details {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 40px;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left {
  flex: 1;
  min-width: 0;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left > .tc-desc {
  font-size: 12px;
  color: #777;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left > .tc-show-more-btn {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #4381f2;
  cursor: pointer;
  text-decoration: none;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-left > .tc-show-more-btn:hover {
  text-decoration: underline;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-edit-action {
  display: flex;
  align-items: center;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-status-done {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00A15F;
  font-weight: bold;
  font-size: 12px;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-status-hint {
  font-size: 12px;
  color: #aaa;
}
vf-task-card > .tc-card > .tc-top > .tc-details > .tc-right > .tc-status-expired {
  font-size: 12px;
  font-weight: bold;
  color: #E45625;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-top-row > .tc-text > .tc-title {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-details {
  flex-direction: column;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-details > .tc-right {
  align-self: flex-end;
}
vf-task-card > .tc-card.tc-expanded > .tc-top > .tc-details > .tc-left > .tc-desc {
  white-space: pre-wrap;
  overflow: visible;
  text-overflow: clip;
}
vf-task-card > .tc-card > .tc-progress {
  padding: 10px 16px;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-label {
  font-size: 12px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  line-height: 1;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots > .tc-dot {
  letter-spacing: 2px;
  font-size: 12px;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots > .tc-dot-done {
  color: #00A15F;
}
vf-task-card > .tc-card > .tc-progress > .tc-progress-dots > .tc-dot-open {
  color: #aaa;
}
vf-task-card > .tc-card > .tc-divider {
  height: 1px;
  background: #eee;
  margin: 0 16px;
}
vf-task-card > .tc-card > .tc-bottom {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 16px;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta {
  flex: 1;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-label {
  font-size: 11px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #222;
  margin-top: 3px;
  line-height: 1;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-class {
  color: #7c5cbf;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-deadline {
  color: #E45625;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-mode {
  color: #4381f2;
}
vf-task-card > .tc-card > .tc-bottom > .tc-meta > div > .tc-meta-value > i.tc-required {
  color: #dd9a0a;
}
vf-task-card-stack {
  display: block;
  min-height: 200px;
  user-select: none;
}
vf-task-card-stack > .tcs-counter {
  font-size: 12px;
  color: #aaa;
  text-align: right;
  margin-bottom: 8px;
  display: none;
}
vf-task-card-stack > .tcs-wrapper {
  position: relative;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card {
  position: absolute;
  width: 100%;
  top: 0;
  will-change: transform;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="0"] {
  z-index: 3;
  transform: translateY(0) scale(1);
  cursor: grab;
  touch-action: none;
  user-select: none;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="0"]:active {
  cursor: grabbing;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="1"] {
  z-index: 2;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="1"].tcs-spawn {
  animation: tcs-spawn-pos1 0.2s ease-out both;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="2"] {
  z-index: 1;
  transform: translateY(24px) scale(0.92);
  pointer-events: none;
}
vf-task-card-stack > .tcs-wrapper > .tcs-card[data-stack-pos="2"].tcs-spawn {
  animation: tcs-spawn-pos2 0.2s ease-out both;
}
@keyframes tcs-spawn-pos1 {
  from {
    transform: translateY(2px) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(12px) scale(0.96);
    opacity: 1;
  }
}
@keyframes tcs-spawn-pos2 {
  from {
    transform: translateY(14px) scale(0.86);
    opacity: 0;
  }
  to {
    transform: translateY(24px) scale(0.92);
    opacity: 1;
  }
}
vf-task-card-stack > .tcs-empty {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 10px #0000002b !important;
}
vf-task-card-stack > .tcs-empty > i {
  color: #00A15F;
  font-size: 20px;
}
vf-task-card-stack > .tcs-empty > span {
  font-size: 16px;
  color: #555;
  font-weight: bold;
}
vf-two-phone-animation {
  display: block;
}
vf-two-phone-animation .vf-tpa-stage {
  width: auto;
  height: 300px;
  background-color: #eee;
  position: relative;
}
vf-two-phone-animation .vf-tpa-phone {
  width: 180px;
  height: 280px;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  transform-origin: bottom center;
}
vf-two-phone-animation .vf-tpa-phone-left {
  left: 10px;
  background: red;
  animation: vf-tpa-left-cycle 20s ease-in-out infinite;
}
vf-two-phone-animation .vf-tpa-phone-right {
  right: 10px;
  background: blue;
  animation: vf-tpa-right-cycle 20s ease-in-out infinite;
}
/*
 * 20 s cycle — phone left starts active.
 * 0–40 %  : phone active  (scaled up, shifted toward centre, orange glow)
 * 40–50 % : crossover transition
 * 50–90 % : phone normal
 * 90–100% : transition back → seamless loop
 */
@keyframes vf-tpa-left-cycle {
  0%,
  40% {
    transform: scale(1.1) translateX(20px);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 18px rgba(255, 123, 0, 0.55);
  }
  50%,
  90% {
    transform: scale(1) translateX(0);
    z-index: 1;
    box-shadow: none;
  }
  100% {
    transform: scale(1.1) translateX(20px);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 18px rgba(255, 123, 0, 0.55);
  }
}
@keyframes vf-tpa-right-cycle {
  0%,
  40% {
    transform: scale(1) translateX(0);
    z-index: 1;
    box-shadow: none;
  }
  50%,
  90% {
    transform: scale(1.1) translateX(-20px);
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 18px rgba(255, 123, 0, 0.55);
  }
  100% {
    transform: scale(1) translateX(0);
    z-index: 1;
    box-shadow: none;
  }
}
h1 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 32px;
}
h2 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 26px;
}
body {
  background-color: #f5f5f5;
}
.vf.app h2 {
  color: #222;
  font-family: font-family-title;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0;
  font-size: 20px;
}
.vf.page h1 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 32px;
}
.vf.page h2 {
  font-family: font-family-title;
  font-weight: normal;
  font-size: 26px;
}
div.vf.topbar div.head {
  background: linear-gradient(to bottom left, rgba(29, 30, 49, 0.75), rgba(59, 35, 6, 0.75)), url('/img/bg.jpg');
}
div.vf.topbar div.head div.contentarea a {
  position: relative;
}
div.vf.topbar div.head div.contentarea a div.logo {
  position: relative;
  background-color: #222;
}
div.vf.topbar div.head div.contentarea a div.logo i.vflogo {
  position: absolute;
  margin: 10px 7px;
  background-image: url(/img/vf_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
}
div.vf.topbar div.head div.contentarea a div.logo span {
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
}
div.krg-wrapper {
  background-color: #f5f5f5;
}
div.vf.krg.pagebanner .frameheader {
  font-weight: bold;
  font-size: 20px;
  font-family: 'font-family-title';
}
div.vf.section-header {
  margin-top: 10px;
  margin-bottom: 20px;
  border: solid 0px #4381f2;
  border-width: 0px 0px 2px 0px;
  padding-bottom: 0px;
  width: 100%;
  overflow: auto;
}
div.vf.section-header.no-line {
  border: none;
}
div.vf.section-header.second-line {
  border: solid 0px #aaa;
  border-width: 0px 0px 1px 0px;
}
div.vf.section-header h2,
div.vf.section-header h3 {
  display: inline;
  margin: 10px 0px 10px 0px;
}
div.vf.section-header > krg-button {
  right: 0px;
  float: right;
}
div.vf.section-header .primary {
  border-radius: 5px 5px 0px 0px;
  font-weight: normal;
}
div.vf-payment img {
  margin: 30px 10px;
  max-width: 80%;
}
.form-text-row.button-selection .input button {
  margin-right: 4px;
  min-width: 54px;
}
div.two-button {
  margin: 10px 0px;
}
div.two-button button {
  min-width: 120px;
}
div.levelbatch {
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
  background-color: #4381f2;
  padding: 3px 6px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
div.levelbatch.max {
  background-color: #16c45f;
}
div.levelbatch.fixed {
  padding: 0px;
  padding: auto;
  width: 20px;
}
krg-sidebar > .wrapper > .optionhead {
  background: linear-gradient(to bottom left, rgba(29, 30, 49, 0.75), rgba(59, 35, 6, 0.75)), url('/img/bg.jpg') !important;
}
krg-sidebar > .wrapper > .optionhead div.logo {
  vertical-align: middle;
  margin: 30px 10px;
}
krg-sidebar > .wrapper > .optionhead div.logo span.vocafox {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: arial;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role {
  margin-left: 10px;
  border-radius: 5px;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.free {
  border: solid 1px #aaa;
  color: #aaa;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.supporter {
  border: solid 1px #16c45f;
  color: #16c45f;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.gold {
  border: solid 1px #ffae00;
  color: #ffae00;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.teacher {
  border: solid 1px #00bcd4;
  color: #00bcd4;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.admin {
  border: solid 1px #e53935;
  color: #e53935;
}
krg-sidebar > .wrapper > .optionhead div.logo span.role.student {
  border: solid 1px #f48fb1;
  color: #f48fb1;
}
div.vf-support-status {
  width: 100%;
  height: 40px;
  text-align: center;
}
div.vf-support-status .vocafox {
  color: #333;
  font-weight: bold;
  font-size: 24px;
  font-family: arial;
}
div.vf-support-status .role {
  margin-left: 10px;
  border-radius: 5px;
  padding: 4px 6px;
  font-weight: bold;
  font-size: 14px;
  font-family: arial;
}
div.vf-support-status .role.free {
  border: solid 1px #aaa;
  color: #aaa;
}
div.vf-support-status .role.supporter {
  border: solid 1px #16c45f;
  color: #16c45f;
}
div.vf-support-status .role.gold {
  border: solid 1px #ffae00;
  color: #ffae00;
}
div.vf-support-status .role.teacher {
  border: solid 1px #00bcd4;
  color: #00bcd4;
}
div.vf-support-status .role.admin {
  border: solid 1px #e53935;
  color: #e53935;
}
div.vf-support-status .role.student {
  border: solid 1px #f48fb1;
  color: #f48fb1;
}
.krg.contentarea.vf-notebook {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  height: 100%;
}
.krg.contentarea.vf-notebook > .krg.textarea {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 60vh;
}
.krg.contentarea.vf-notebook #notebook-editor-view > krg-form {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view > krg-form > krg-button-array {
  margin-bottom: 10px;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input > .khe-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input > .khe-body > .khe-ribbon {
  flex: 0 0 auto;
}
.krg.contentarea.vf-notebook #notebook-editor-view #notebook-text-input > .khe-body > .khe-editor {
  flex: 1;
  min-height: 280px;
}
